sqrt — Square Root


\begin{rail}
SqRt : 'sqrt' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
sqrt returns the square root of its argument. If the argument is a matrix, then an element-by-element square-root operation is performed. This function understands complex values.

Subsections